* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
authorJim Blandy <jimb@redhat.com>
Wed, 9 Jun 1993 04:42:19 +0000 (04:42 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 9 Jun 1993 04:42:19 +0000 (04:42 +0000)
MAKING_MAKEFILE conditional.  No harm.

src/s/dgux.h

index 6d4191c089275796bab2524b8f2bad4c721d961c..65530877c4339ca1242f99d8c2fbc647fd55eeb0 100644 (file)
@@ -251,6 +251,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  *      Use BSD and POSIX-style signals.  This is crucial!
  */
 
+/* pmr@rock.concert.net says Emacs fails without this.  We don't know why.  */
+#define SYSTEM_MALLOC
+
 /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */
 #ifndef MAKING_MAKEFILE
 
@@ -261,9 +264,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define POSIX_SIGNALS
 
-/* pmr@rock.concert.net says Emacs fails without this.  We don't know why.  */
-#define SYSTEM_MALLOC
-
 /* Define this if you use System 5 Release 4 Streams */
 #define SYSV4_PTYS
 #define open  sys_open